UInt16NINumericUInt16NAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.Add(
UInt16N value
)
Private Function Add (
value As UInt16N
) As UInt16N Implements INumeric(Of UInt16N).Add
private:
virtual UInt16N Add(
UInt16N value
) sealed = INumeric<UInt16N>::Add
private abstract Add :
value : UInt16N -> UInt16N
private override Add :
value : UInt16N -> UInt16N
- value UInt16N
- The value to add to the current value.
UInt16NThe sum of the current value and
value.
INumericTSelfAdd(TSelf)